home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / blkspell / borlxapp.rh < prev    next >
Text File  |  1998-09-21  |  4KB  |  177 lines

  1. //----------------------------------------------------------------------------
  2. //  Project Borl_ex
  3. //  BlockTeq Software
  4. //  Copyright ⌐ 1998. All Rights Reserved.
  5. //
  6. //  SUBSYSTEM:    Borl_ex Application
  7. //  FILE:         borlxapp.h
  8. //  AUTHOR:       D.R.Block
  9. //
  10. //  OVERVIEW
  11. //  ~~~~~~~~
  12. //  Constant definitions for all resources defined in borlxapp.rc.
  13. //
  14. //----------------------------------------------------------------------------
  15. //#if !defined(borlxapp_rh)   // Sentry use file only if it's not already included.
  16. //#define borlxapp_rh
  17.  
  18.  
  19. //
  20. // Application specific definitions:
  21. //
  22. #define IDI_SDIAPPLICATION      1001            // Application icon
  23.  
  24. #define IDM_SDI                 100             // Menu resource ID and Accelerator IDs
  25.  
  26. //
  27. // CM_FILEnnnn commands (include/owl/editfile.rh except for CM_FILEPRINTPREVIEW)
  28. //
  29. #define CM_FILENEW              24331           // SDI New
  30. #define CM_FILEOPEN             24332           // SDI Open
  31. #define CM_FILECLOSE            24339
  32. #define CM_FILESAVE             24333
  33. #define CM_FILESAVEAS           24334
  34.  
  35.  
  36. //
  37. // Window commands (include/owl/window.rh)
  38. //
  39. #define CM_EXIT                 24310
  40.  
  41.  
  42. //
  43. // CM_EDITnnnn commands (include/owl/window.rh)
  44. //
  45. #define CM_EDITUNDO             24321
  46. #define CM_EDITCUT              24322
  47. #define CM_EDITCOPY             24323
  48. #define CM_EDITPASTE            24324
  49. #define CM_EDITDELETE           24325
  50. #define CM_EDITCLEAR            24326
  51. #define CM_EDITADD              24327
  52. #define CM_EDITEDIT             24328
  53.  
  54.  
  55. //
  56. // Search menu commands (include/owl/editsear.rh)
  57. //
  58. #define CM_EDITFIND             24351
  59. #define CM_EDITREPLACE          24352
  60. #define CM_EDITFINDNEXT         24353
  61.  
  62.  
  63. //
  64. // Help menu commands.
  65. //
  66. #define CM_HELPABOUT            2009
  67.  
  68.  
  69. //
  70. // Client Dialog
  71. //
  72. #define IDD_CLIENT               2000
  73. #define IDC_EDIT1    101
  74. #define IDC_BUTTON1    102
  75.  
  76.  
  77. //
  78. // OWL defined strings
  79. //
  80.  
  81. //
  82. // Statusbar
  83. //
  84. #define IDS_MODES               32530
  85. #define IDS_MODESOFF            32531
  86.  
  87. //
  88. // EditFile
  89. //
  90. #define IDS_UNTITLED            32550
  91. #define IDS_UNABLEREAD          32551
  92. #define IDS_UNABLEWRITE         32552
  93. #define IDS_FILECHANGED         32553
  94. #define IDS_FILEFILTER          32554
  95.  
  96. //
  97. // EditSearch
  98. //
  99. #define IDS_CANNOTFIND          32540
  100.  
  101.  
  102. //
  103. // General & application exception messages (include/owl/except.rh)
  104. //
  105. #define IDS_UNKNOWNEXCEPTION    32767
  106. #define IDS_OWLEXCEPTION        32766
  107. #define IDS_OKTORESUME          32765
  108. #define IDS_UNHANDLEDXMSG       32764
  109. #define IDS_UNKNOWNERROR        32763
  110. #define IDS_NOAPP               32762
  111. #define IDS_OUTOFMEMORY         32761
  112. #define IDS_INVALIDMODULE       32760
  113. #define IDS_INVALIDMAINWINDOW   32759
  114. #define IDS_VBXLIBRARYFAIL      32758
  115.  
  116. //
  117. // Owl 1 compatibility messages
  118. //
  119. #define IDS_INVALIDWINDOW       32709
  120. #define IDS_INVALIDCHILDWINDOW  32708
  121. #define IDS_INVALIDCLIENTWINDOW 32707
  122.  
  123. //
  124. // TXWindow messages
  125. //
  126. #define IDS_CLASSREGISTERFAIL   32749
  127. #define IDS_CHILDREGISTERFAIL   32748
  128. #define IDS_WINDOWCREATEFAIL    32747
  129. #define IDS_WINDOWEXECUTEFAIL   32746
  130. #define IDS_CHILDCREATEFAIL     32745
  131.  
  132. #define IDS_MENUFAILURE         32744
  133. #define IDS_VALIDATORSYNTAX     32743
  134. #define IDS_PRINTERERROR        32742
  135.  
  136. #define IDS_LAYOUTINCOMPLETE    32741
  137. #define IDS_LAYOUTBADRELWIN     32740
  138.  
  139. //
  140. // TXGdi messages
  141. //
  142. #define IDS_GDIFAILURE          32739
  143. #define IDS_GDIALLOCFAIL        32738
  144. #define IDS_GDICREATEFAIL       32737
  145. #define IDS_GDIRESLOADFAIL      32736
  146. #define IDS_GDIFILEREADFAIL     32735
  147. #define IDS_GDIDELETEFAIL       32734
  148. #define IDS_GDIDESTROYFAIL      32733
  149. #define IDS_INVALIDDIBHANDLE    32732
  150.  
  151.  
  152. //
  153. // TInputDialog DIALOG resource (include/owl/inputdia.rh)
  154. //
  155. #define IDD_INPUTDIALOG         32514
  156. #define ID_PROMPT               4091
  157. #define ID_INPUT                4090
  158.  
  159.  
  160. //
  161. // TSlider bitmaps (horizontal and vertical) (include/owl/slider.rh)
  162. //
  163. #define IDB_HSLIDERTHUMB        32000
  164. #define IDB_VSLIDERTHUMB        32001
  165.  
  166.  
  167. //
  168. // Validation messages (include/owl/validate.rh)
  169. //
  170. #define IDS_VALPXPCONFORM       32520
  171. #define IDS_VALINVALIDCHAR      32521
  172. #define IDS_VALNOTINRANGE       32522
  173. #define IDS_VALNOTINLIST        32523
  174.  
  175.  
  176. //#endif  // borlxapp_rh
  177.